/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */

.vmc-container{position: relative;}
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;	box-shadow: 0px 3px 15px -5px #000;
    -moz-box-shadow: 0px 3px 15px -5px #000;
    -webkit-box-shadow: 0px 3px 15px -5px #000;}
.vmcarousel > li img{ display: block; margin: 0 auto; max-width: 100%;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left{ position: absolute; top: 50%; left: 17px; width: 50px; height: 50px; margin-top: -25px; overflow: hidden; opacity: 1; font-weight: bold; text-decoration: none; }
 .vmc-arrow-right{ position: absolute; top: 50%; right:0; width: 50px; height: 50px; margin-top: -25px; overflow: hidden; opacity: 1; font-weight: bold; text-decoration: none; }
..vmc-arrow-left{ background:}

.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: ''; display: inline-block;
     line-height: 1; 
	 font-size: 50px; line-height: 50px; color: white;
    text-shadow: 2px 2px #000;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{ color: white; }


.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}